net/http.requestAndChan.treq (field)
13 uses
net/http (current package)
transport.go#L2341: trace := rc.treq.trace
transport.go#L2370: hasBody := rc.treq.Request.Method != "HEAD" && resp.ContentLength != 0
transport.go#L2372: if resp.Close || rc.treq.Request.Close || resp.StatusCode <= 199 || bodyWritable {
transport.go#L2388: tryPutIdleConn(rc.treq)
transport.go#L2400: rc.treq.cancel(errRequestDone)
transport.go#L2456: tryPutIdleConn(rc.treq)
transport.go#L2460: case <-rc.treq.ctx.Done():
transport.go#L2462: pc.cancelRequest(context.Cause(rc.treq.ctx))
transport.go#L2467: rc.treq.cancel(errRequestDone)
transport.go#L2518: resp, err = ReadResponse(pc.br, rc.treq.Request)
transport.go#L2567: if resp.Close || rc.treq.Request.Close {
transport.go#L2735: treq *transportRequest
transport.go#L2886: treq: req,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |